ComponentOne Bitmap for UWP
Load(IInputStream,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class > Load Method : Load(IInputStream,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) Method
The input stream.
The image container format; use Unknown to detect the format automatically.
Clipping rectangle for the image after all transformations.
The transformation chain for the image that is being loaded.
Loads the image from an IInputStream or IRandomAccessStream.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal inputStream As Windows.Storage.Streams.IInputStream, _
   ByVal containerFormat As ContainerFormat, _
   ByVal imageRect As System.Nullable(Of ImageRect), _
   ByVal ParamArray transforms() As BaseTransform _
) 
public void Load( 
   Windows.Storage.Streams.IInputStream inputStream,
   ContainerFormat containerFormat,
   System.Nullable<ImageRect> imageRect,
   params BaseTransform[] transforms
)

Parameters

inputStream
The input stream.
containerFormat
The image container format; use Unknown to detect the format automatically.
imageRect
Clipping rectangle for the image after all transformations.
transforms
The transformation chain for the image that is being loaded.
See Also

Reference

C1Bitmap Class
C1Bitmap Members
Overload List